home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / program / gcc / ixemul-4.lha / ixemul-41.4 / configure.in < prev    next >
Text File  |  1995-08-28  |  405b  |  10 lines

  1. dnl Process this file with autoconf to produce a configure script.
  2. dnl
  3. AC_INIT(libsrc/crt0.c)
  4.  
  5. AC_PROG_INSTALL
  6. AC_PROG_CC
  7. AC_PROG_RANLIB
  8.  
  9. AC_OUTPUT(Makefile gen_library/Makefile gnulib/Makefile gnulib-soft-float/Makefile gnulib-68881/Makefile library/Makefile libsrc/Makefile static/Makefile stdio_2/Makefile stdlib/Makefile string/Makefile network/Makefile stack/Makefile glue/Makefile ixtrace/Makefile)
  10.